.s_title {
	font-size: 16px;
	color: #fff;
	line-height: 2;
	font-family: Arial
}

.s_button6 {
	background-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	font-family: Arial;
	text-align: left
}

.s_button6:hover {
	color: #f6891e
}

.s_button2 {
	background-color: #f6891e;
	font-size: 15px;
	font-family: Arial;
	color: #fff;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 00px;
	border-bottom-left-radius: 00px
}

.s_button2:hover {
	background-color: #ffc905
}

@font-face {
	font-family: "2e7c288e-78e3-45bf-9b25-4dab26cf09d3";
	src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2022012518011472516/cms/file/2e7c288e-78e3-45bf-9b25-4dab26cf09d3.otf) format("opentype");
	font-alias: DIN-Bold
}

@font-face {
	font-family: a958a550-9eff-4a70-97c0-9fa9444b3b08;
	src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2022012518011472516/cms/file/a958a550-9eff-4a70-97c0-9fa9444b3b08.ttf) format("truetype");
	font-alias: Rajdhani
}

.s_summary {
	font-size: 28px;
	font-family: "2e7c288e-78e3-45bf-9b25-4dab26cf09d3" !important;
	text-align: center;
	font-weight: 400;
	color: #f6891e;
	text-transform: uppercase;
	line-height: 1.7
}

.s_link {
	font-size: 24px;
	line-height: 1
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.gallery-top img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.gallery-thumbs img {
	width: 110px;
	height: 110px;
	object-fit: cover;
}
 @media only screen and (max-width:800px) {
	 .gallery-top img {
	 	height: 100%;
	 	width: 100%;
	 	object-fit: cover;
	 }
	 
	 .gallery-thumbs img {
	 	width: 80px;
	 	height: 80px;
	 	object-fit: cover;
	 }
 }